home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / Apple Game Sprockets / RAVE SDK 1.06 GM for MacOS / Example Projects / GameScene / GSGameScene.h < prev    next >
Encoding:
Text File  |  1996-03-18  |  785 b   |  32 lines  |  [TEXT/ALFA]

  1. // ===========================================================================
  2. //    
  3. //     GSGameScene.h
  4. //    
  5. //    Copyright (C) 1996 Apple Computer, Inc.  All rights reserved.
  6. //
  7. // ===========================================================================
  8.  
  9.  
  10. #ifndef _GSGameScene_h
  11. #define _GSGameScene_h
  12.  
  13.  
  14. // ===========================================================================
  15. //    Includes
  16. // ===========================================================================
  17.  
  18. #include "GSError.h"
  19. #include "GSDrawInfo.h"
  20.  
  21.  
  22. // ===========================================================================
  23. //    Public Prototypes
  24. // ===========================================================================
  25.  
  26.     TGSError
  27. GSDrawGameScene(
  28.     TGSDrawInfo                *inDrawInfo);
  29.  
  30.     
  31. #endif // _GSGameScene_h
  32.